Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Wrappers Namespace / PdfWrapper<T> Class
Members

In This Topic
    PdfWrapper<T> Class
    In This Topic
    The base abstract class for PdfDictWrapper and PdfArrayWrapper.
    Object Model
    PdfWrapper<T> Class
    Syntax
    'Declaration
     
    Public MustInherit Class PdfWrapper(Of T As IPdfObject) 
       Inherits PdfWrapperBase
    public abstract class PdfWrapper<T> : PdfWrapperBase 
    where T: IPdfObject
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<T>
             GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper

    See Also